home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MEMMON.DIR / 00043_Show Filename.ls < prev    next >
Encoding:
Text File  |  2003-04-21  |  368 b   |  17 lines

  1. on mouseUp
  2.   global gLevel
  3.   gLevel = 3
  4.   set the backColor of sprite 31 to 245
  5.   set the backColor of sprite 32 to 250
  6.   set the backColor of sprite 33 to 245
  7.   set the backColor of sprite 34 to 245
  8.   if marker(0) = 25 then
  9.     TurnOffDepthPuppets()
  10.     TurnOffVolumePuppets()
  11.   end if
  12.   if marker(0) = 35 then
  13.     TurnOffTempoPuppets()
  14.   end if
  15.   go("FileName")
  16. end
  17.